Hey guys I'm new to Mac programming and I kind of need to know which Mac programming language I need to learn to make a small application.
Basically what I want to do is make an application that can generate a random string of text with a click of a button. This string of text can be store in a database or typed out in the program file itself, it doesn't matter as long as I can pull it with a click of a button.
I have done this with visual basic, but since I'm doing this for a friend and he only has a Mac so yeah.
Thank you guys
This is for learning experience, I'll check objective C and see how it goes.
For JavaScript/HTML, is it possible to end up with 1 file as the finish project? Like I said this is for a friend so I don't want something that would end up overcomplicated for him.
Okay basically this is what I want, a button to click and a text field to display the randomly selected string of text. The text strings are going to be fixed.
Did a little digging for javacript and it looks like I'm going to go with this since it's a small application.
